Skip to content

Commit

Permalink
Merge pull request #62 from aravindg28/are-8110-change-dependency-ver…
Browse files Browse the repository at this point in the history
…sions

ARE-8110: Update Python and flake8 version
  • Loading branch information
aravindg28 authored Mar 7, 2024
2 parents 30c083a + 573bda7 commit c927272
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion analyzere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
one_megabyte = 2**20
upload_chunk_size = 16 * one_megabyte
tls_verify = True
user_agent = 'analyzere-python 0.7.0-dev'
user_agent = 'analyzere-python 0.7.1-dev'

from analyzere.resources import ( # noqa
AnalysisProfile,
Expand Down
42 changes: 21 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "analyzere"
version = "0.7.0"
version = "0.7.1"
description = ""
authors = ["Developers <[email protected]>"]
readme = "README.rst"
Expand All @@ -9,13 +9,13 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.8.1"
python = "^3.8"
lazy-object-proxy = "^1.9.0"
requests = "^2.31.0"
six = "^1.16.0"

[tool.poetry.group.dev.dependencies]
flake8 = "^6.1.0"
flake8 = "^4.0.1"
mock = "^5.1.0"
pytest = "^7.4.0"
requests-mock = "^1.11.0"
Expand Down

0 comments on commit c927272

Please sign in to comment.