Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HELpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
HELpy
Commits
759d1b76
Commit
759d1b76
authored
4 weeks ago
by
Bartek Wrona
Browse files
Options
Downloads
Patches
Plain Diff
Updated requests package to version 2.32.3
parent
7f1d74e3
No related branches found
No related tags found
No related merge requests found
Pipeline
#118663
passed
4 weeks ago
Stage: static_code_analysis
Stage: build
Stage: beekeepy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
beekeepy/poetry.lock
+10
-10
10 additions, 10 deletions
beekeepy/poetry.lock
beekeepy/pyproject.toml
+1
-1
1 addition, 1 deletion
beekeepy/pyproject.toml
tests/local-tools/poetry.lock
+10
-10
10 additions, 10 deletions
tests/local-tools/poetry.lock
with
21 additions
and
21 deletions
beekeepy/poetry.lock
+
10
−
10
View file @
759d1b76
...
...
@@ -678,24 +678,24 @@ six = ">=1.5"
[[
package
]]
name
=
"requests"
version
=
"2.
27.1
"
version
=
"2.
32.3
"
description
=
"Python HTTP for Humans."
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
,
!
=
3.5
.*
"
python-versions
=
">
=
3.8
"
files
=
[
{file
=
"requests-2.
27.1-py2.
py3-none-any.whl"
,
hash
=
"sha256:
f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d
"
}
,
{file
=
"requests-2.
27.1
.tar.gz"
,
hash
=
"sha256:
68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61
"
}
,
{file
=
"requests-2.
32.3-
py3-none-any.whl"
,
hash
=
"sha256:
70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
"
}
,
{file
=
"requests-2.
32.3
.tar.gz"
,
hash
=
"sha256:
55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760
"
}
,
]
[
package.dependencies
]
certifi
=
">
=
2017.4
.
17
"
charset-normalizer
=
{
version
=
">
=
2.0
.
0
,
<
2.1
.
0
", markers = "
python_version
>
=
\"
3
\"
"}
idna
=
{
version
=
">
=
2.5
,
<
4
", markers = "
python_version
>
=
\"
3
\"
"}
urllib3
=
">
=
1.21
.
1
,
<
1.27
"
charset-normalizer
=
">
=
2
,
<
4
"
idna
=
">
=
2.5
,
<
4
"
urllib3
=
">
=
1.21
.
1
,
<
3
"
[
package.extras
]
socks
=
[
"PySocks (>=1.5.6,!=1.5.7)"
,
"win-inet-pton"
]
use-chardet-on-py3
=
[
"chardet (>=3.0.2,<
5
)"
]
socks
=
[
"PySocks (>=1.5.6,!=1.5.7)"
]
use-chardet-on-py3
=
[
"chardet (>=3.0.2,<
6
)"
]
[[
package
]]
name
=
"rfc3986"
...
...
@@ -928,4 +928,4 @@ propcache = ">=0.2.0"
[
metadata
]
lock-version
=
"2.0"
python-versions
=
"^3.12"
content-hash
=
"
53187ab3cb9bd7101b435
fb1
9
79
d2d24bce38171f5561011ab78e30405d32904
"
content-hash
=
"
411e8eace3
fb179
e3cf24f4604770e2ae41d075590553774abab00d580006bd0
"
This diff is collapsed.
Click to expand it.
beekeepy/pyproject.toml
+
1
−
1
View file @
759d1b76
...
...
@@ -29,7 +29,7 @@ loguru = "0.7.2"
python
=
"^3.12"
python-dateutil
=
"2.8.2"
pydantic
=
"1.10.18"
requests
=
"2.
27.1
"
requests
=
"2.
32.3
"
setuptools
=
"77.0.3"
types-setuptools
=
"76.0.0.20250313"
...
...
This diff is collapsed.
Click to expand it.
tests/local-tools/poetry.lock
+
10
−
10
View file @
759d1b76
...
...
@@ -163,7 +163,7 @@ httpx = {version = "0.23.3", extras = ["http2"]}
loguru
=
"0.7.2"
pydantic
=
"1.10.18"
python-dateutil
=
"2.8.2"
requests
=
"2.
27.1
"
requests
=
"2.
32.3
"
schemas
=
"0.0.1.dev331+7181389"
setuptools
=
"77.0.3"
types-setuptools
=
"76.0.0.20250313"
...
...
@@ -920,24 +920,24 @@ files = [
[[
package
]]
name
=
"requests"
version
=
"2.
27.1
"
version
=
"2.
32.3
"
description
=
"Python HTTP for Humans."
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
,
!
=
3.5
.*
"
python-versions
=
">
=
3.8
"
files
=
[
{file
=
"requests-2.
27.1-py2.
py3-none-any.whl"
,
hash
=
"sha256:
f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d
"
}
,
{file
=
"requests-2.
27.1
.tar.gz"
,
hash
=
"sha256:
68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61
"
}
,
{file
=
"requests-2.
32.3-
py3-none-any.whl"
,
hash
=
"sha256:
70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
"
}
,
{file
=
"requests-2.
32.3
.tar.gz"
,
hash
=
"sha256:
55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760
"
}
,
]
[
package.dependencies
]
certifi
=
">
=
2017.4
.
17
"
charset-normalizer
=
{
version
=
">
=
2.0
.
0
,
<
2.1
.
0
", markers = "
python_version
>
=
\"
3
\"
"}
idna
=
{
version
=
">
=
2.5
,
<
4
", markers = "
python_version
>
=
\"
3
\"
"}
urllib3
=
">
=
1.21
.
1
,
<
1.27
"
charset-normalizer
=
">
=
2
,
<
4
"
idna
=
">
=
2.5
,
<
4
"
urllib3
=
">
=
1.21
.
1
,
<
3
"
[
package.extras
]
socks
=
[
"PySocks (>=1.5.6,!=1.5.7)"
,
"win-inet-pton"
]
use-chardet-on-py3
=
[
"chardet (>=3.0.2,<
5
)"
]
socks
=
[
"PySocks (>=1.5.6,!=1.5.7)"
]
use-chardet-on-py3
=
[
"chardet (>=3.0.2,<
6
)"
]
[[
package
]]
name
=
"rfc3986"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment