Skip to content

Upgrade dependencies #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ target/

# Operating system files
.DS_Store

# idea
.idea
2 changes: 1 addition & 1 deletion authorizenet/apicontractsv1.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
_GenerationUID = pyxb.utils.utility.UniqueIdentifier('urn:uuid:6a124e8c-3f7c-11eb-bcdb-847beb3cc146')

# Version of PyXB used to generate the bindings
_PyXBVersion = '1.2.5'
_PyXBVersion = '1.2.6'
# Generated bindings are not compatible across PyXB versions
if pyxb.__version__ != _PyXBVersion:
raise pyxb.PyXBVersionError(_PyXBVersion)
Expand Down
4 changes: 2 additions & 2 deletions authorizenet/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from ConfigParser import SafeConfigParser
from ConfigParser import NoSectionError
except ImportError:
from configparser import SafeConfigParser
from configparser import ConfigParser as SafeConfigParser
from configparser import NoSectionError

import os
Expand Down Expand Up @@ -70,4 +70,4 @@ def getproperty(propertyname):

if ( "null" == stringvalue):
stringvalue = os.getenv(propertyname)
return stringvalue
return stringvalue
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['pyxb==1.2.5', 'lxml==4.*', 'requests==2.*'],
install_requires=['PyXB-X==1.2.6.2', 'lxml==5.2.2', 'requests==2.*'],
#install_requires=['nose'],
#install_requires=['nosetests'],
#install_requires=['mock'],
Expand Down
2 changes: 1 addition & 1 deletion tests/apitestbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
try:
from ConfigParser import SafeConfigParser
except ImportError:
from configparser import SafeConfigParser
from configparser import ConfigParser as SafeConfigParser

from authorizenet import apicontractsv1, apicontrollersbase
from authorizenet.utility import *
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy